This applet encrypts and decrypts texts using a given key. One text is
encrypted with a given key and you need to know this key to decrypt the text. The key is a
string such as "heaven" or "potatoes"... You enter a key and your text
and then you click the encrypt button. You can email your encrypted text to people who
knows the key you have used, they can decrypt the text using the same applet, by clicking
the decrypt button.
Name |
Description |
Default |
Status |
background_color | the background color | gray | required |
text1 | the key field label | "Encrypt key: " | required |
text2 | the encrypt button label | "Encrypt !" | required |
text3 | the decrypt button label | "Decrypt !" | required |
text4 | the clear button label | "Clear" | required |
registration_code | the registration code | - | required |
Special notes |
* The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. |
Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com